From: Glenn Morris Date: Thu, 6 May 2010 05:50:26 +0000 (-0700) Subject: src/Makefile.in: Convert comment in cpp section to the right format. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~7886 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=492ab0a66b1500bd1a0315955666a0ded662c94c;p=emacs.git src/Makefile.in: Convert comment in cpp section to the right format. --- diff --git a/src/Makefile.in b/src/Makefile.in index 60b6278f4b1..76a6f777538 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -802,14 +802,14 @@ doc.o: buildobj.h #ifndef AUTO_DEPEND -## FIXME some of these dependencies are platform-specific. -## Eg callproc.c only depends on w32.h for WINDOWSNT builds. -## One way to fix this would be to replace w32.h (etc) by $(W32_H), -## a variable set by configure. Doesn't seem worth the trouble. - -## nsgui.h: In fact, every .o file depends directly or indirectly on -## dispextern.h and hence nsgui.h under NS. But the ones that actually -## use stuff there are more limited. +/* FIXME some of these dependencies are platform-specific. +Eg callproc.c only depends on w32.h for WINDOWSNT builds. +One way to fix this would be to replace w32.h (etc) by $(W32_H), +a variable set by configure. Does not seem worth the trouble. + +nsgui.h: In fact, every .o file depends directly or indirectly on +dispextern.h and hence nsgui.h under NS. But the ones that actually +use stuff there are more limited. */ atimer.o: atimer.c atimer.h syssignal.h systime.h lisp.h blockinput.h \ $(config_h) bidi.o: bidi.c buffer.h character.h dispextern.h lisp.h $(config_h)